home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / bledy w w2k / w2000euu / eng / appupd_en.exe / RCDATA / CABINET / update.inf < prev    next >
Windows Setup INFormation  |  2000-03-14  |  2KB  |  64 lines

  1. [Version] 
  2. Signature = "$Chicago$"
  3. Provider = %Msft%
  4. AdvancedINF = 2.0,%AdvPack%
  5.  
  6. [DefaultInstall]
  7. RequiredEngine = setupapi.dll,%SetupAPI%
  8. CheckAdminRights = 1
  9. RenFiles = ShimRen
  10. CopyFiles = ShimCopy
  11. AddReg=AppCompatSetup.reg
  12. RunPostSetupCommands = RunPostSetupCmds
  13.  
  14. [DestinationDirs]
  15. ShimRen = 25,AppPatch
  16. ShimCopy = 25,AppPatch
  17.  
  18. ; This renames the previous version of shcmn.dll to shcmn.xxx where .xxx is the
  19. ; "Ver" number of this compatibility update package
  20. ; This allows restoring things back to the previous state.
  21. ;[ShimRen]
  22. ;shcmn3.%Ver%, shcmn3.dll
  23.  
  24. ; Files that get copied to the %WinDir%\AppPatch directory
  25. [ShimCopy]
  26. shcmn3.dll,,,4
  27. add_%Ver%.reg,,,4
  28.  
  29. [RunPostSetupCmds]
  30. regedit /s %25%\AppPatch\add_%Ver%.reg
  31.  
  32. [AppCompatSetup.reg]
  33. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,"%COMPName%"
  34. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x10001,01,00,00,00
  35. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VERSION%"
  36. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LANG%"
  37. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%COMPID%"
  38.  
  39.  
  40. [Strings]
  41. ; !!!!!!!WARNING!!!!!!!!
  42. ; !!!!!!!WARNING!!!!!!!!
  43. ; !!!!!!!WARNING!!!!!!!!
  44. ; !!!!!!!WARNING!!!!!!!!
  45. ; >>>>> VERSION must be updated for each compat update package <<<<<
  46. ; "Ver" must also match the first field of VERSION.
  47. VERSION="1,0,2195,0"     
  48. Ver="001"
  49.  
  50. ; Don't change this -- this is our unique GUID
  51. GUID={43F30799-4D66-452b-936C-5D3E71F9D520}
  52.  
  53. ; Don't change these either
  54. COMPID="Windows 2000 Evaluation Update"
  55. COMPName="W2KAppComp"
  56.  
  57. ;----------------------
  58. ; localizeable Strings
  59. ;----------------------
  60. LANG="*"
  61. Msft = "Microsoft"
  62. AdvPack = "The correct version of Advpack.dll was not found, update halted."
  63. SetupAPI = "Required file: SetupAPI.dll, is missing from your system."
  64.